Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

I use this in the Postopen event in the user's mail database to ensure Recent Contacts is kept clear . . .

Dim contactsdb As New NotesDatabase("","names.nsf")
Set recconview=contactsdb.GetView("(Recent Contacts)")
Set contactdoc=recconview.GetFirstDocument
Do While Not contactdoc Is Nothing
Call contactdoc.Remove(False)
Set contactdoc=recconview.GetFirstDocument
Loop


Feedback response number WEBB7P5P7U created by ~Judy Kinisonli on 02/10/2009

Is there way to clear address book ... (~Vanessa Cisfre... 10.Feb.09)
. . I use this in the Postopen event in... (~Judy Kinisonli... 10.Feb.09)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS